### oefening 3 ### btnAdd.setOnClickListener(new View.OnClickListener() { ... } catch (Exception e) { if (e instanceof NumberFormatException) { addResult.setText("Geen tekst a.u.b."); } else { addResult.setText(e.getMessage()); } } ... } });